home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / Triton / Source / classes / string.pub3 < prev    next >
Text File  |  1998-05-23  |  442b  |  11 lines

  1. /* class_String */
  2.  
  3. #define TROB_String             (TRTG_CLS+0x37) /* A string gadget */
  4.  
  5. #define TRST_Filter             (TRTG_OAT+0x1E4)
  6.  
  7. #define TRST_INVISIBLE          0x00010000L     /* A password gadget -> invisible typing */
  8. #define TRST_NORETURNBROADCAST  0x00020000L     /* <Return> keys will not be broadcast to the window */
  9. #define TRST_FLOAT              0x00040000L     /* Separators "." and "," will be accepted only once */
  10.  
  11.